From c2b1bf51deb9a74e852e0e3851b77823439f545c Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 25 Oct 2009 06:43:08 +0000 Subject: [PATCH] php mergeJavascriptMsg.php -j --- js2/mwEmbed/php/languages/mwEmbed.i18n.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js2/mwEmbed/php/languages/mwEmbed.i18n.php b/js2/mwEmbed/php/languages/mwEmbed.i18n.php index d37c02ddbb..1ea5ead37f 100644 --- a/js2/mwEmbed/php/languages/mwEmbed.i18n.php +++ b/js2/mwEmbed/php/languages/mwEmbed.i18n.php @@ -107,7 +107,6 @@ $messages['en'] = array( 'mwe-apiproxy-setup' => 'Setting up API proxy', 'mwe-load-drag-item' => 'Loading dragged item', 'mwe-ok' => 'OK', - 'mwe-load-drag-item' => "Loading draged item", /* * js file: /libMwApi/mw.proxy.js @@ -169,7 +168,7 @@ $messages['en'] = array( 'rsd_box_layout' => 'Box layout', 'rsd_list_layout' => 'List layout', 'rsd_results_desc' => 'Results $1 to $2', - 'rsd_results_total' => ' of $1 ', + 'rsd_results_desc_total' => 'Results $1 to $2 of $3', 'rsd_results_next' => 'next', 'rsd_results_prev' => 'previous', 'rsd_no_results' => 'No search results for $1', @@ -189,7 +188,7 @@ $messages['en'] = array( 'mwe-unknown_license' => 'Unknown license', 'mwe-no_import_by_url' => 'This user or wiki cannot import assets from remote URLs.

Do you need to login?

Is upload_by_url permission set for you?
Does the wiki have $wgAllowCopyUploads enabled?

', 'mwe-results_from' => 'Results from $2', - 'mwe-missing_desc_see_source' => 'This asset is missing a description. Please see the [$1 orginal source] and help describe it.', + 'mwe-missing_desc_see_source' => 'This asset is missing a description. Please see the [$1 original source] and help describe it.', 'rsd_config_error' => 'Add media wizard configuration error: $1', 'mwe-your_recent_uploads' => 'Your recent uploads to $1', 'mwe-upload_a_file' => 'Upload a new file to $1', -- 2.20.1